Next | Prev | Up | Top | Contents | Index

Edt Type Drivers

Drivers that have an edtinit entry point are passed a pointer to an edt structure. You must use lboot to load these drivers. Add a vector line to the system file for the driver. When the module is loaded using lboot, lboot parses the vector line from the system file to create an edt structure, which is passed through the kernel and to the driver's edtinit routine. The driver's edtinit routine is called after the driver is successfully loaded, after the driver's init routine is called. For more information, see the system(4) man page.



Next | Prev | Up | Top | Contents | Index